From e6ac9b08621a75a5f16383ab3f6a3ff5c9e3da37 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Timm=20B=C3=A4der?= Date: Mon, 16 Sep 2013 20:08:35 +0200 Subject: [PATCH] ListBox: Update docs of GtkListBoxUpdateHeaderFunc before is always NULL for the first row. --- gtk/gtklistbox.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtklistbox.h b/gtk/gtklistbox.h index 8d425ff244..1ca5ece7d0 100644 --- a/gtk/gtklistbox.h +++ b/gtk/gtklistbox.h @@ -130,7 +130,7 @@ typedef gint (*GtkListBoxSortFunc) (GtkListBoxRow *row1, /** * GtkListBoxUpdateHeaderFunc: * @row: the row to update - * @before: the row before @row, or %NULL if it is first + * @before: (allow-none): the row before @row, or %NULL if it is first * @user_data: (closure): user data * * Whenever @row changes or which row is before @row changes this -- 2.30.2